Deployment Frequency refers to process that tracks how often code is deployed to production, or otherwise deployed to end users. Deployment Frequency ensures to track or incentivize the software is delivered early and often.
Deployment Frequency iCube provides insights on rolling deployment frequency for applications and environment. The iCube enables you to create ad hoc reports that help your organization improve with Deployment frequency, increase their agility, and hence add more value to the product. Using this iCube, you can answer business questions related to deployments such as:
Note:
You can use the following attributes and metrics provided as part of the iCube to create your own reports:
Attribute Name | Description |
---|---|
Deployment Application | Name of the Application |
Deployment Calendar Date | Deployment Gregorian calendar date displayed in the format 'M/D/YYYY' |
Deployment Calendar Month | Deployment Gregorian calendar month displayed in the format 'Mon YYYY' |
Deployment Calendar Quarter | Deployment Gregorian calendar quarter displayed in the format 'Q# YYYY' |
Deployment Calendar Week | Deployment Gregorian calendar week displaying the week number. For example, W21, W22. |
Deployment Calendar Year | Deployment Gregorian calendar year displayed in the format YYYY |
Deployment Date | Internal Attribute |
Deployment Package | Deployment package name |
Release Environment Name | Name of the environment under the release definition |
Metric Name | Description | Formula |
---|---|---|
% Deployment Failure Frequency Monthly | Ratio of number of failed Deployments to total number of Deployments - Rolling 30 days average | NullToZero(([No of Failed Deployments - Rolling 30 Days] / ([No of Deployments - Rolling 30 Days] * [No of Rolling Days - Deployment]))) |
Deployment Frequency Daily | Daily average number of Deployments | NullToZero(([No of Deployments] / [No of Days - Deployment])) |
Deployment Frequency Monthly | Monthly average number of Deployments - Rolling 30 days average | NullToZero(([No of Deployments - Rolling 30 Days] / [No of Rolling Days - Deployment])) |
Deployment Frequency Weekly | Weekly average number of Deployments - Rolling 7 days average | NullToZero(([No of Deployments - Rolling 7 Days] / [No of Rolling Days - Deployment])) |
No of Deployments | Number of Deployments | Count([No of Deployments]) |
© 2022 Digital.ai Inc. All rights reserved.